Getting Started with PCC > Installation > Windows > Unattended Installation |
The Windows installer can be installed unattended, however certain properties must be set:
Property |
Description |
Default |
SERVICE_USERNAME |
Required, service account user name. This defines what user the Prizm service should run as. should be in format DOMAIN\USER. For example accusoft.com\PrizmUser |
none |
SERVICE_PASSWORD |
Required parameter, service account password. This should be the password for the above parameter’s user. |
none |
INSTALLFOLDER |
Base installation directory for the product. |
C:\Prizm |
IIS_SAMPLES_CONFIGURE |
Whether to configure the samples with IIS or not. Set to 1 for yes, and 0 for no. |
1 |
IIS_REREGISTER |
Whether to re-register ASP.NET v4 with IIS or not. Set to 1 for yes, and 0 for no. |
1 |
Copy Code
|
|
---|---|
> msiexec /i PrizmContentConnect.msi /quiet /l*vx install.log SERVICE_USERNAME=accusoft.com\PrizmUser SERVICE_PASSWORD=pccpassword |
Copy Code
|
|
---|---|
> start /wait msiexec /i PrizmContentConnect.msi /quiet /l*vx install.log SERVICE_USERNAME=accusoft.com\PrizmUser SERVICE_PASSWORD=pccpassword |
Copy Code
|
|
---|---|
> C:\Prizm\jre6\jre6-windows-x86-32\bin\java.exe -jar C:\Prizm\plu\plu.jar deploy get C:\path\to\License_Config.txt "License Solution Name" |
For more details on command line parameters to the licensing utility, refer to the Prizm License Utility section Command Line Mode. |
Copy Code
|
|
---|---|
> net stop prizm > net start prizm |